home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / MPW Interfaces & Libraries / AIncludes / CRMSerialDevices.a < prev    next >
Encoding:
Text File  |  1992-01-29  |  905 b   |  38 lines  |  [TEXT/MPS ]

  1. ;
  2. ;Created Tuesday, May 10 1989 at 6:00 AM
  3. ;    CRMSerialDevices.a
  4. ;    Assembler Interface to the Communications Resource Manager Serial Device Utilities
  5. ;    
  6. ;    Copyright Apple Computer, Inc.     1988-1991
  7. ;    All rights reserved
  8. ;
  9.     IF (&TYPE('__INCLUDINGCRMSERIALDEVICES__') = 'UNDEFINED') THEN
  10. __INCLUDINGCRMSERIALDEVICES__     SET         1
  11.  
  12. ; crmDeviceType
  13. crmSerialDevice    EQU    1
  14.                 
  15. curCRMSerRecVers     EQU 1
  16.  
  17. ; We put the old ICN# data at the top for backwards compatibility
  18. CRMIconRecord        Record    0
  19. oldIcon                ds.l    32        ; ICN# data & mask
  20. oldMask                ds.l    32        ;
  21. theSuite            ds.l    1        ; handle to an iconSuite
  22. reserved            ds.l    1        ;
  23.     EndR
  24.  
  25.  
  26. CRMSerialRecord        Record    0
  27. version                ds.w    1
  28. inputDriverName        ds.l    1
  29. outputDriverName    ds.l    1
  30. name                ds.l    1
  31. deviceIcon            ds.l    1        ; was: a handle to an 'ICN#' resource
  32.                                     ; now: a CRMIconHandle
  33. ratedSpeed            ds.l    1
  34. maxSpeed            ds.l    1
  35. reserved            ds.l    1
  36.     EndR
  37.  
  38.     ENDIF             ; already included